JavaScript Math

JS Challenge 1

Given a float 4.5, console log the rounded value

JS Challenge 2

Given a float 4.5, round it up and console log it

JS Challenge 3

Given a float 4.5, round it down and console log it

JS Challenge 4

Console log the minimum value of 4, 1, 3 and 10

JS Challenge 5

Console log the maximum value of 4, 1, 3 and 10

Math documentation in JS Go back